home *** CD-ROM | disk | FTP | other *** search
/ Mac Power 1996 June / MACPOWER-1996-06.ISO.7z / MACPOWER-1996-06.ISO / Apple関連 / OpenDoc J-1.0 / 3rd Party Components / Attachmate CyberTerm / CyberTerm ReadMe < prev    next >
Text File  |  1995-12-15  |  4KB  |  38 lines

  1. CyberTerm 1.0
  2. ゥ 1995 Attachmate Corporation. All rights reserved.
  3. Michael Rockhold, mikero@attachmate.com
  4. 15 December 1995
  5.  
  6. About CyberTerm
  7. This editor is pretty much the most minimally-functional Telnet terminal you can imagine, but if you're looking for a simple NVT terminal emulator that you can embed in your favourite document, well, you've come to the right folder.
  8.  
  9. How to install this part
  10. Install this part by dragging the editor icon into the Editors folder in your System folder, or to the Editors folder in the top level of any other disk on the desktop. Having done that, you can make stationery for this part by dropping the installed part on the OpenDoc icon in your extensions folder.
  11.  
  12. How to use this part
  13. This part has two items in its "Terminal" menu. The first, Configure, opens a dialog box where you can type the IP address of a Telnet host computer and the port number to connect on. The other menu item, "Connect", will try to connect to the host you've specified and establish a Telnet session. The same menu item will disconnect you as well, if the host doesn't do it when you log out.
  14.  
  15. ・To build this thing, I used the Prerelease MPW 3.4b7 (from ETO#18), and CodeWarrior 7, and the output of PartMaker(SamplePart), and all-in-all it was not an unpleasant experience. A simple-but-useful OpenDoc part editor is by no means harder to write than an ordinary application. A lot easier, in fact.
  16.  
  17. ・This project started out life at Apple's CyberDog code kitchen in early December 1995, and it has a very trivial and at the moment non-functional level of CyberDog-savviness, or "savoir-chien," as I'd begun to say by the end of those intense three days.
  18.  
  19. ・Virtually all the really interesting TCP-related stuff here is happening in Eric Scouten's TurboTCP library. What a great piece of work! If you need to do anything remotely similar to this, TurboTCP deserves a look. I've seen a fair handful of attempts to wrap our friend MacTCP in a cozy wrapper, and this I like this the best so far. I had to hack around a very small number of TCL-specific features, but I think I did little permanent damage.
  20.  
  21. ・Contact Eric Scouten himself for more details at scouten@metrowerks.com, or see Metrowerks' Macintosh TCP/IP Programmer's Guide at http://atlantis.metrowerks.com/tcpip/index.html. Look for the non-hacked-up-by-me release of TurboTCP at ftp://daemon.ncsa.uiuc.edu//TCL/author/scouten/TurboTCP-201.hqx.
  22.  
  23. Demo Limitations/Bugs
  24. ・ Due to time constraints, this is a PowerMac-only part.
  25. ・ A single "Debugger()" call was accidentally left in the build part, but it is entirely possible that you will never see it.
  26. ・ Use of this part requires MacTCP to be installed. This part has not been tested in the slightest with Open Transport.
  27.  
  28. About Attachmate Corporation
  29. Attachmate, one of the largest developers of personal computer software in the world, makes stuff that connects little computers to big ones. I work in one of the teams dedicated to making Macintosh software. We wrote Extra! for Macintosh, a AppleScript-savvy combined 3270 terminal emulator, FTP client, and mainframe file transfer tool. We also make MacIrma Mainframe, another combined 3270 terminal emulator and mainframe file transfer tool.
  30.  
  31. Attachmate Corporation
  32. 3617 131st Avenue SE
  33. Bellevue WA 98006
  34. (206) 644-4010
  35. http://www.attachmate.com
  36.  
  37. The source files in this project, with the exception of everthing in the TurboTCP folder, are copyright ゥ 1995 Attachmate Corporation. This part editor is not warranted in any way, but you may use it freely in any way that may amuse you.
  38.